Method GroupBy<TKey>(Expression<Func<TProps, TKey>>)

Assembly: redb.Core.dll

Override GroupBy to respect tree context (rootObjectId, maxDepth, ParentIds).
Returns TreeGroupedQueryable that uses tree-aware execution.

public override IRedbGroupedQueryable<TKey, TProps> GroupBy<TKey>(Expression<Func<TProps, TKey>> keySelector)